home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Skunkware 5
/
Skunkware 5.iso
/
src
/
X11
/
tclMotif-1.4
/
programs
/
prog115
< prev
next >
Wrap
Text File
|
1995-06-29
|
460b
|
25 lines
# simple pushButton test
proc createDialog {} {
xmQuestionDialog .qd managed
[.qd parent] setValues -deleteResponse do_nothing
[.qd parent] resources r
# [.qd parent] getValues -deleteResponse d
# puts stdout "del: $d"
}
xtAppInitialize -class Program
xmPushButton .fred managed
.fred activateCallback createDialog
topLevelShell .top -deleteResponse do_nothing
xmLabel .top.label managed
.top popup
# .top resources r
. realizeWidget
. mainLoop